home *** CD-ROM | disk | FTP | other *** search
- 18
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- DeleteIniEntry
- --- RECORDSEPARATOR ---
- Platform:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Windows.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Description:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baDeleteIniEntry deletes an entry from an ini file.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Usage:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baDeleteIniEntry( Section, Keyname, Filename )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Arguments:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- String, String, String.
- --- RECORDSEPARATOR ---
- Section is the name of the section the entry is in
- --- RECORDSEPARATOR ---
- Keyname is the entry to delete
- --- RECORDSEPARATOR ---
- Filename is the name of the ini file
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Returns:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Void.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Examples:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Director:
- --- RECORDSEPARATOR ---
- baDeleteIniEntry( "Users", "Name", the moviePath & "data.ini" )
- --- RECORDSEPARATOR ---
- Authorware:
- --- RECORDSEPARATOR ---
- baDeleteIniEntry( "Users", "Name", FileLocation ^ "data.ini" )